collection/file-managers

gather softx-ftp information

rule:
  meta:
    name: gather softx-ftp information
    namespace: collection/file-managers
    authors:
      - "@_re_fox"
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Credential Access::Credentials from Password Stores [T1555]
    references:
      - http://www.softx.org/ftp.html
    examples:
      - 5a2f620f29ca2f44fc22df67b674198f:0x407685
  features:
    - or:
      - substring: "Software\\FTPClient\\Sites"
      - substring: "Software\\SoftX.org\\FTPClient\\Sites"

last edited: 2023-11-24 10:34:28